A hands-on introduction to live-coded music in the browser
Strudel is a JavaScript-derived live-coding environment that lets you make music directly in a browser REPL. Each snippet you evaluate becomes part of a real-time musical texture.
| /* Moy Link Optimize.css */ | |
| /* 点击链接的时候不跳转 */ | |
| /* Style Settings 开关 */ | |
| /* @settings | |
| name: Moy Link Mods | |
| id: moy-link-mods | |
| settings: | |
| - |
Did some experimentation to figure out how different browsers behave with regards to the srcset and sizes attribute in various browsers. Documented below.
Vanilla No AMP No CSS Example: https://codepen.io/cathyxz/pen/vbLrrE
<img srcset="https://placekitten.com/200/200 200w,
https://placekitten.com/300/300 300w,
| Privacy Policy for Real Music | |
| Last Updated: March 4, 2026 | |
| 1. Data We Collect | |
| To provide and improve our services, Real Music collects and stores the following information: | |
| User Data: Your Discord User ID, Top.gg vote history, and RC Coin wallet balance. | |
| Guild (Server) Data: Server IDs, configured prefixes, premium/boost status, and specific channel IDs configured for 24/7 mode or bot commands. |
| #!/bin/bash | |
| set -eu | |
| # ── SSM agent ──────────────────────────────────────────────────────────────── | |
| # We need the SSM agent for accessing Lightsail instances | |
| if ! snap services amazon-ssm-agent | grep -q 'active'; then | |
| snap stop amazon-ssm-agent || true | |
| fi | |
| /snap/amazon-ssm-agent/current/amazon-ssm-agent -register -y \ | |
| -id "${ssm_activation_id}" \ |